ENABLE SYSTEMKEYS

This command will enable all system keys disabled with DISABLE SYSTEMKEYS.

  Syntax
ENABLE SYSTEMKEYS
  Returns

This command does not return a value.

  Example Code
cls
rem Deactivate system keys
disable systemkeys
print "system keys no longer quits - press any key"
wait key
rem Restore system keys
enable systemkeys
do
loop
end
  See also

SYSTEM Commands Menu
Index